home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / config / cf / fujitsu.cf < prev    next >
Text File  |  1995-07-12  |  1KB  |  46 lines

  1. XCOMM platform:  $XConsortium: fujitsu.cf,v 1.4 94/09/01 21:05:53 kaleb Exp $
  2.  
  3. #ifdef SparcArchitecture
  4.  
  5. #define OSName             FUJITSU UXP/DS V10L20
  6. XCOMM operating system:    OSName
  7. #define OSMajorVersion     10
  8. #define OSMinorVersion     20
  9.  
  10. #define BootstrapCFlags    -D__uxp__
  11. #define StandardDefines    -D__uxp__ -DSVR4 -DANSICPP
  12. #define StandardCppDefines -D__uxp__ -DSVR4 -DANSICPP
  13.  
  14. #define CppCmd             /usr/ccs/lib/cpp
  15.  
  16. #define SystemV4       YES
  17. #define HasSockets         YES
  18. #define BuildServer        NO
  19.  
  20. #include <sv4Lib.rules>
  21.  
  22. #endif
  23.  
  24. #ifdef mc68000Architecture
  25. #define OSName             FUJITSU SX/G E17
  26. XCOMM operating system:    OSName
  27. #define OSMajorVersion     17
  28. #define OSMinorVersion     10
  29.  
  30. #define BootstrapCFlags    -D__sxg__
  31. #define StandardDefines    -D__sxg__ -DSYSV -DUSG -DNOSTDHDRS -I/usr/xwin/include
  32. #define StandardCppDefines -D__sxg__ -DSYSV -DUSG -DNOSTDHDRS -I/usr/xwin/include
  33.  
  34. #define LnCmd              ln
  35.  
  36. #define DoRanlibCmd        NO 
  37. #define DefaultCCOptions   +Z384
  38. #define ExtraLibraries     -lXbsd -lsocket -lu
  39. #define TermcapLibrary     -lcurses
  40. #define BuildServer        NO
  41. #define HasSymLinks        NO
  42. #define HasVFork           NO
  43. #define XawI18nDefines     -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
  44.  
  45. #endif
  46.